home *** CD-ROM | disk | FTP | other *** search
- To compile the demos, use your compiler's ordinary command line
- for smart Windows callbacks and link with COOLWORX.LIB.
-
- Examples:
-
- Borland:
- BCC -v -WS cooledit.c coolworx.lib
- brc cooledit.rc cooledit.exe
-
- Microsoft:
- cl -GA -Zi cooledit.c coolworx.lib cooledit.def
- rc cooledit.rc cooledit.exe
-
- If you use an IDE, use small model, smart callbacks, and Windows
- EXE output.
-
-